home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tronbbs / tron / docs / utils / caller.doc < prev    next >
Encoding:
Text File  |  1996-07-16  |  2.2 KB  |  87 lines

  1.  
  2.  
  3. ===( Tron 'Caller' Utility )=============
  4.  
  5.  
  6. This is a little Utility to poll a BBS a number of times
  7. to collect your mail.
  8.  
  9. This is very convenient if you want to controle your BBS with scripts.
  10.  
  11. This command is very handy if you use a 'cron' utility that
  12. spawns programmas or scripts to start processing mail or to
  13. call to your mail HUB/HOST.
  14.  
  15.  
  16. Note: This will only work when there is mail for the called system
  17. in the tron:outbound/ directory.
  18. When there is no mail you can create a poll packet with the 'poll'
  19. command like this:
  20.  
  21. Poll 14:103/204
  22.  
  23.  
  24. Note: In the default state the BBS node will not accept calls between
  25. tries to call out.
  26. Use the -A flag , if you still want to be able te get calles will polling
  27. for mail.
  28.  
  29. Caller will only call again if the previous result was 'No Carrier'
  30. or 'BUSY' .. this is done to prevent the system from calling
  31. many times over and over if your password was wrong for instance.
  32.  
  33.  
  34.  
  35. For examples look in the tron:scripts/ directory.
  36. Also there is some explanation of options in this file.
  37.  
  38.  
  39.  
  40.  
  41.  
  42. ===( 'Caller'  Options (build in help screen)  )=============
  43.  
  44.  
  45. Tron Caller V0.66 (c)95-96 Paul Spijkerman.
  46. Use : <-options> [-node] NodeNumber #1 .. NodeNumber #n
  47.  
  48.   -0 .. -9  = Node to call with.         (default: node 1       )
  49.   -Dnnn     = Set delay between calls.   (default: 60 secs      )
  50.   -Nnnn     = Number of times to call.   (default: 10 times     )
  51.   -Q        = Quiet operation.           (default: not quiet    )
  52.   -A        = Accept callers while idle. (default: don't accept )
  53.  
  54.  
  55.  
  56. ===( 'Caller'  Some examples   )=============
  57.  
  58.  
  59. With this command Node 1 will try to call node 14:103/204, 10 times
  60. (or until there was a succesfull connection) with a delay
  61. of 1 minute between calls
  62.  
  63. Caller 14:103/204
  64.  
  65.  
  66. With this command Node 1 will try to call node 14:103/204, 5 times
  67. (or until there was a succesfull connection) with a delay
  68. of 3 minutes between calls
  69.  
  70. Caller -D180 -N5 14:103/204
  71.  
  72.  
  73. The used variables will be shown in de shell window.
  74.  
  75. When the system starts calling a BBS this will printed in the shell,
  76. when a call is finished the result will be printed.
  77.  
  78.  
  79. Results can be:
  80.  
  81. No packets for node....
  82. Node not found in nodelist
  83. No Carrier or Busy
  84. Connected of beter
  85. Connected and transfers made
  86.  
  87.